|
Foxit PDF SDK
|
Public 成员函数 | |
| def | SignatureVerifyResult (other) |
| 带另一个签名验证结果对象的构造函数。 更多... | |
| def | GetCertificateVerifyResults () |
| 获取证书验证结果。 更多... | |
| def | GetLTVState () |
| 获取 LTV 状态,指示签名是否为 LTV 签名。 更多... | |
| def | GetOCSPSigantureVerifyResults () |
| 获取每个证书的 OCSP 签名的签名验证结果。 更多... | |
| def | GetSignatureCheckTime () |
| 获取实际用于检查签名的时间。 更多... | |
| def | GetSignatureCheckTimeType () |
| 获取实际用于检查签名的时间类型。 更多... | |
| def | GetSignatureHashValue () |
| 获取签名哈希值。 更多... | |
| def | GetSignatureName () |
| 获取签名名称。 更多... | |
| def | GetSignatureState () |
| 获取签名状态。 更多... | |
| def | GetTSTSignatureVerifyResult () |
| 获取此签名的时间戳令牌的验证结果。 更多... | |
| def | IsEmpty () |
| 检查当前对象是否为空。 更多... | |
静态 Public 属性 | |
| e_LTVStateEnable = _fsdk.SignatureVerifyResult_e_LTVStateEnable | |
| 表示 LTV 已启用。 | |
| e_LTVStateInactive = _fsdk.SignatureVerifyResult_e_LTVStateInactive | |
| 表示 LTV 未激活。 | |
| e_LTVStateNotEnable = _fsdk.SignatureVerifyResult_e_LTVStateNotEnable | |
| 表示 LTV 未启用。 | |
此类表示签名验证结果。
| def FoxitPDFSDKPython3.SignatureVerifyResult.SignatureVerifyResult | ( | other | ) |
带另一个签名验证结果对象的构造函数。
| [in] | other | 另一个签名验证结果对象。 |
| def FoxitPDFSDKPython3.SignatureVerifyResult.GetCertificateVerifyResults | ( | ) |
获取证书验证结果。
| def FoxitPDFSDKPython3.SignatureVerifyResult.GetLTVState | ( | ) |
获取 LTV 状态,指示签名是否为 LTV 签名。
| def FoxitPDFSDKPython3.SignatureVerifyResult.GetOCSPSigantureVerifyResults | ( | ) |
获取每个证书的 OCSP 签名的签名验证结果。
| def FoxitPDFSDKPython3.SignatureVerifyResult.GetSignatureCheckTime | ( | ) |
获取实际用于检查签名的时间。
| def FoxitPDFSDKPython3.SignatureVerifyResult.GetSignatureCheckTimeType | ( | ) |
获取实际用于检查签名的时间类型。
| def FoxitPDFSDKPython3.SignatureVerifyResult.GetSignatureHashValue | ( | ) |
获取签名哈希值。
| def FoxitPDFSDKPython3.SignatureVerifyResult.GetSignatureName | ( | ) |
获取签名名称。
| def FoxitPDFSDKPython3.SignatureVerifyResult.GetSignatureState | ( | ) |
获取签名状态。
| def FoxitPDFSDKPython3.SignatureVerifyResult.GetTSTSignatureVerifyResult | ( | ) |
获取此签名的时间戳令牌的验证结果。
| def FoxitPDFSDKPython3.SignatureVerifyResult.IsEmpty | ( | ) |
检查当前对象是否为空。
当当前对象为空时,表示当前对象无用。